
.header-part {
width: 100%;
position: relative;
box-sizing: border-box;
}
.header-part .header-banner {
width: 100%;
height: 140px;
background-color: #3f70C8;
position: relative;
box-sizing: border-box;
}
.header-part .header-banner .banner-wrap {
margin: 0 auto;
padding: 25px 0;
width: 1200px;
display: flex;
justify-content: space-between;
position: relative;
box-sizing: border-box;
}
.header-part .header-banner .banner-wrap .banner-wrap-left {
display: flex;
position: relative;
box-sizing: border-box;
}   
.banner-wrap .logo {
margin-right: 30px;
}
.banner-wrap .banner-txt {
color: #fff;
}
.banner-wrap .banner-txt .hostipal {
font-size: 28px;
}
.banner-wrap .split-line {
margin: 0 30px;
width: 1px;
height: 100%;
background-color: #fff;
}
.banner-wrap .banner-hzjg {
position: relative;
box-sizing: border-box;
}
.banner-wrap .banner-hzjg li {
margin: 1px 0;
padding-left: 15px;
color: #fff;
font-size: 15px;
position: relative;
box-sizing: border-box;
}
.banner-wrap .banner-hzjg li::before {
content: ' ';
position: absolute;
top: 45%;
left: 0;
width: 5px;
height: 5px;
border-radius: 5px;
background-color: #fff;
}
/* 搜索 */
.banner-wrap .search-box {
width: 320px;
height: 56px;
position: relative;
box-sizing: border-box;
}
.search-box {
position: relative;
box-sizing: border-box;
}
.search-box .search{
margin-top: 30px;
height: auto;
position: relative;
display: flex;
justify-content: center;
}
.search-box .search .searchcon{
width: 180px;
height: 43px;
line-height: 43px;
padding: 0 20px;
background: #fff;
border: 1px solid #dfdfdf;
border-right: none;
border-radius: 50px;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
font-family: "微软雅黑", "Microsoft Yahei";
color: #999;
font-size: 14px;
}
.search-box .search .searchcon:after {
content: ' ';
position: absolute;
top: 35%;
left: 0;
width: 1px;
height: 20px;
background-color: #cccccc;
}
.search-box .search .searchcon::-ms-clear{display: none;}
.search-box .search .searchcon::-ms-reveal{display: none;}
.search-box .search .searchcon::-o-clear{display: none;}
.search-box .search .searchan{
width: 80px;
height: 45px;
background: url(../images/20221219_icon_search.png) center no-repeat;
cursor: pointer; 
outline: none;
border-radius: 50px;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
background-color: #fff;
border: 1px solid #dfdfdf;
border-left: 0;
position: relative;
}
.search-box .search .input-line {
color: #ccc;
height: 43px;
line-height: 44px;
background-color: #fff;
border-top: 1px solid;
border-bottom: 1px solid;
border-top-color: #dfdfdf;
border-bottom-color: #dfdfdf;
}
/* 背景图 */
.header-part .header-bg {
width: 100%;
position: relative;
box-sizing: border-box;
}
.header-part .header-bg .bgimg {
width: 100%;
height: auto;
}
.header-part .header-menu {
margin: 0 auto;
margin-top: -66px;
padding: 30px 20px;
width: 1200px;
height: 132px;
background-color: #FFFFFF;
box-shadow: 0px 0px 32px 3px rgb(18, 101, 143, .2);
position: relative;
box-sizing: border-box;
}
.header-part .header-menu .menuList {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
position: relative;
box-sizing: border-box;
}
.menuList .split-line {
margin-top: 15px;
width: 1px; 
height: 32px;
background-color: #d8d8d8;
align-items: center;
}
.menuList .menu-item {
flex: 1px;
position: relative;
box-sizing: border-box;
}
.menuList .menu-item a {
display: block;
text-align: center;
position: relative;
box-sizing: border-box;
}
.menuList .menu-item a .menu-icon {
margin-bottom: 10px;
width: 40px;
height: 40px;
}
.menuList .menu-item a .menu-name {
color: #333;
font-size: 16px;
}